3.108 \(\int \coth ^2(c+d x) (a+b \text{sech}^2(c+d x)) \, dx\)

Optimal. Leaf size=18 \[ a x-\frac{(a+b) \coth (c+d x)}{d} \]

[Out]

a*x - ((a + b)*Coth[c + d*x])/d

________________________________________________________________________________________

Rubi [A]  time = 0.0585628, antiderivative size = 18, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 3, integrand size = 21, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.143, Rules used = {4141, 1802, 207} \[ a x-\frac{(a+b) \coth (c+d x)}{d} \]

Antiderivative was successfully verified.

[In]

Int[Coth[c + d*x]^2*(a + b*Sech[c + d*x]^2),x]

[Out]

a*x - ((a + b)*Coth[c + d*x])/d

Rule 4141

Int[((a_) + (b_.)*sec[(e_.) + (f_.)*(x_)]^(n_))^(p_.)*((d_.)*tan[(e_.) + (f_.)*(x_)])^(m_), x_Symbol] :> With[
{ff = FreeFactors[Tan[e + f*x], x]}, Dist[ff/f, Subst[Int[((d*ff*x)^m*(a + b*(1 + ff^2*x^2)^(n/2))^p)/(1 + ff^
2*x^2), x], x, Tan[e + f*x]/ff], x]] /; FreeQ[{a, b, d, e, f, m, p}, x] && IntegerQ[n/2] && (IntegerQ[m/2] ||
EqQ[n, 2])

Rule 1802

Int[(Pq_)*((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^2)^(p_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*Pq*(a + b*x
^2)^p, x], x] /; FreeQ[{a, b, c, m}, x] && PolyQ[Pq, x] && IGtQ[p, -2]

Rule 207

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> -Simp[ArcTanh[(Rt[b, 2]*x)/Rt[-a, 2]]/(Rt[-a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && NegQ[a/b] && (LtQ[a, 0] || GtQ[b, 0])

Rubi steps

\begin{align*} \int \coth ^2(c+d x) \left (a+b \text{sech}^2(c+d x)\right ) \, dx &=\frac{\operatorname{Subst}\left (\int \frac{a+b \left (1-x^2\right )}{x^2 \left (1-x^2\right )} \, dx,x,\tanh (c+d x)\right )}{d}\\ &=\frac{\operatorname{Subst}\left (\int \left (\frac{a+b}{x^2}-\frac{a}{-1+x^2}\right ) \, dx,x,\tanh (c+d x)\right )}{d}\\ &=-\frac{(a+b) \coth (c+d x)}{d}-\frac{a \operatorname{Subst}\left (\int \frac{1}{-1+x^2} \, dx,x,\tanh (c+d x)\right )}{d}\\ &=a x-\frac{(a+b) \coth (c+d x)}{d}\\ \end{align*}

Mathematica [C]  time = 0.030999, size = 41, normalized size = 2.28 \[ -\frac{a \coth (c+d x) \, _2F_1\left (-\frac{1}{2},1;\frac{1}{2};\tanh ^2(c+d x)\right )}{d}-\frac{b \coth (c+d x)}{d} \]

Antiderivative was successfully verified.

[In]

Integrate[Coth[c + d*x]^2*(a + b*Sech[c + d*x]^2),x]

[Out]

-((b*Coth[c + d*x])/d) - (a*Coth[c + d*x]*Hypergeometric2F1[-1/2, 1, 1/2, Tanh[c + d*x]^2])/d

________________________________________________________________________________________

Maple [A]  time = 0.032, size = 30, normalized size = 1.7 \begin{align*}{\frac{a \left ( dx+c-{\rm coth} \left (dx+c\right ) \right ) -b{\rm coth} \left (dx+c\right )}{d}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(coth(d*x+c)^2*(a+b*sech(d*x+c)^2),x)

[Out]

1/d*(a*(d*x+c-coth(d*x+c))-b*coth(d*x+c))

________________________________________________________________________________________

Maxima [B]  time = 1.15868, size = 63, normalized size = 3.5 \begin{align*} a{\left (x + \frac{c}{d} + \frac{2}{d{\left (e^{\left (-2 \, d x - 2 \, c\right )} - 1\right )}}\right )} + \frac{2 \, b}{d{\left (e^{\left (-2 \, d x - 2 \, c\right )} - 1\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(d*x+c)^2*(a+b*sech(d*x+c)^2),x, algorithm="maxima")

[Out]

a*(x + c/d + 2/(d*(e^(-2*d*x - 2*c) - 1))) + 2*b/(d*(e^(-2*d*x - 2*c) - 1))

________________________________________________________________________________________

Fricas [B]  time = 2.02467, size = 103, normalized size = 5.72 \begin{align*} -\frac{{\left (a + b\right )} \cosh \left (d x + c\right ) -{\left (a d x + a + b\right )} \sinh \left (d x + c\right )}{d \sinh \left (d x + c\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(d*x+c)^2*(a+b*sech(d*x+c)^2),x, algorithm="fricas")

[Out]

-((a + b)*cosh(d*x + c) - (a*d*x + a + b)*sinh(d*x + c))/(d*sinh(d*x + c))

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(d*x+c)**2*(a+b*sech(d*x+c)**2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 1.19189, size = 36, normalized size = 2. \begin{align*} \frac{a d x - \frac{2 \,{\left (a + b\right )}}{e^{\left (2 \, d x + 2 \, c\right )} - 1}}{d} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(coth(d*x+c)^2*(a+b*sech(d*x+c)^2),x, algorithm="giac")

[Out]

(a*d*x - 2*(a + b)/(e^(2*d*x + 2*c) - 1))/d